Crate boxfnonce

Source
Expand description

See BoxFnOnce and SendBoxFnOnce.

Structsยง

  • BoxFnOnce boxes any FnOnce function up to a certain number of arguments (10 as of now).
  • SendBoxFnOnce boxes any FnOnce + Send function up to a certain number of arguments (10 as of now).